From: William Manley Date: Tue, 27 Oct 2020 12:35:29 +0000 (+0000) Subject: fixup! Refactor: Centralise choosing the appropriate bootloader X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~6^2~12^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=631528c87bd0aee100443c31e3f2fa652cb94310;p=ostree.git fixup! Refactor: Centralise choosing the appropriate bootloader --- diff --git a/src/libostree/ostree-sysroot.c b/src/libostree/ostree-sysroot.c index a69984b7..15cbfafb 100644 --- a/src/libostree/ostree-sysroot.c +++ b/src/libostree/ostree-sysroot.c @@ -1354,7 +1354,6 @@ _ostree_sysroot_new_bootloader_by_type ( * ostree_sysroot_query_bootloader: * @sysroot: Sysroot * @out_bootloader: (out) (transfer full) (allow-none): Return location for bootloader, may be %NULL - * @out_bootloader_config: (out) (transfer none) (allow-none): Return location for value of ostree repo config variable sysroot.bootloader, may be %NULL * @cancellable: Cancellable * @error: Error */